home *** CD-ROM | disk | FTP | other *** search
/ Power CD / Power CD ATARI-Rechner Lieben.iso / SPEZIAL / ADRES181 / DOCS / TRANSLAT.OR < prev    next >
Encoding:
Text File  |  1994-05-04  |  1.8 KB  |  65 lines

  1. IMPORTANT NOTES FOR THE TRANSLATORS:                 April, 20th, 1994
  2. ====================================
  3.  
  4. 1) There should be no patches to the App 
  5. ----------------------------------------
  6. Except of one: currently at offset 0x2117B there is the one and only
  7. place to change the name of the program: Originally it is 'Adresse'
  8. NOT ([Adresse !!!), you could change it to 'Address'. With this patch, 
  9. the programm knows its new name and tries to load 'address.rsc' instead 
  10. of 'adresse.rsc'. It is not nesseccary to change the string '[Adresse', 
  11. just change the following string 'Adresse'.
  12.  
  13. All other changes have to be made in rsc-file!! If I forgot something 
  14. in the app: tell me about it, i will put it to the rsc-file.
  15.  
  16. This also means:
  17.  
  18.  
  19. 2) Do not change these strings in the program:
  20. ----------------------------------------------
  21. -Adressliste 1.00
  22. -Adressliste 1.01
  23. -Adressliste 1.02
  24. -Adressliste 1.03
  25. -Adressliste 1.04
  26. ...
  27.  (appears in the *.adr-files)
  28.  
  29. -Adresse-Parameter
  30.  (appears in the *.inf-files)
  31.  
  32.  
  33. 3) Don't us 'plenks': 
  34. ---------------------
  35. Example: 
  36.  
  37. How are you ?
  38.            ^
  39. I like to see it this way:
  40.  
  41. How are you?
  42.            ^ NO BLANK PLEASE! Nobody likes to see them :-)!
  43.            
  44.             
  45. 4) Adress-editor:
  46. -----------------
  47. Because the names of the fields can be changed, the length of them 
  48. should not be changed.
  49.  
  50.  
  51.  
  52. 5) The online-helpsystem 'ST-Guide':
  53. ------------------------------------
  54. Read the docs of ST-Guide.
  55. Adresse (Address) will pass the name of the top window as subject of 
  56. help to the ST-Guide.
  57. The names can be read in the rsc-file in the tree 'strings'. To each
  58. name should exist an chapter in the help-file. 
  59. The ascii-helpfile has to be compiled with 'hcp.ttp'. 
  60.  
  61.  
  62.  
  63.  
  64. ---
  65. Greetings, Carsten